home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000159_news@columbia.edu _Thu Mar 30 02:05:03 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id CAA19703
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 30 Mar 2000 02:05:02 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id BAA20526
  7.     for kermit.misc@watsun.cc.columbia.edu; Thu, 30 Mar 2000 01:51:09 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: Per Akesson <Per.Akesson@carmenta.se>
  10. Subject: Re: server mode and TCP/IP
  11. Date: Thu, 30 Mar 2000 08:44:29 +0200
  12. Organization: Canit Public Access, Stockholm
  13. Message-ID: <38E2F7CD.3FF7768C@carmenta.se>
  14. To: kermit.misc@columbia.edu
  15.  
  16. Jeffrey Altman wrote:
  17.  
  18. > In article <38E21403.DD322E7D@carmenta.se>,
  19. > Per Akesson  <Per.Akesson@carmenta.se> wrote:
  20. > : I'm trying to have a TCP/IP kermit server
  21. > : staying up between client connections.
  22. > :This was a bug that should have been fixed in C-Kermit 7.0.
  23. >
  24. > you implement this with
  25. >
  26. >   while true {
  27. >     set host * port /raw
  28. >     if success server
  29. >     close connection
  30. >   }
  31. >
  32.  
  33. Thank you for the work-around. It works like a charm.
  34.  
  35. Since you seem to be involved in the kermit project, I'll take the
  36. opportunity to report a bug/problem:
  37.  
  38. I'm trying to run (QNX) kermit in an embedded environment
  39. with a minimal TCP/IP installation.
  40.  
  41. When running without an /etc/services file, the
  42. kermit call (in ckcnet.c):
  43.  
  44.         getservbyname("telnet", "tcp")->s_port
  45.  
  46. fails, since getservbyname returns NULL,
  47. and kermit crashes.
  48.  
  49. regards
  50.  
  51.  
  52. --
  53. Per =C5kesson
  54. Carmenta AB
  55. SWEDEN
  56.  
  57.  
  58.